home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / cdromnew.zip / README.CD < prev   
Text File  |  1992-01-10  |  3KB  |  86 lines

  1.                                                            January 10, 1992
  2.  
  3.  
  4. This is a preliminary release of the Always Technology CD-ROM
  5. driver.  The driver may have bugs and/or deficiencies.  Please
  6. follow the instructions below for installation.  If you have any
  7. difficulties or suggestions, please let us know.
  8.  
  9. This release of the driver does not support audio, except on the
  10. Sony CDU-541 and Chinon CDS-541.  Audio support for additional
  11. drives is in the works. 
  12.  
  13. Please check with the Always BBS for updates to this driver.  The
  14. Always BBS can be reached at (818) 597-0275.  This driver has
  15. been tested with the following drives:
  16.  
  17.      Sony CDU-541; Chinon CDS-431; Toshiba XM-3201B
  18.      NEC CDR-36
  19.  
  20. Additionally, customers have reported success using this driver
  21. with other CD-ROM drives.
  22.  
  23. Attach the CD drive to your system, as described in the
  24. installation guide.  Pay particular attention to avoid SCSI ID
  25. conflicts, and to bus termination.  The drive must be attached
  26. and powered on when the driver is loaded, in order to access the
  27. drive.
  28.  
  29. Using CD-Roms under DOS requires two separate "drivers".  The
  30. first driver is the adapter interface, (CDROM.SYS) included on
  31. this disk.  The other "driver" is the Microsoft CD Extensions
  32. (MSCDEX.EXE), and is supplied by your drive manufacturer.
  33.  
  34. To install the driver, add the following line to your system's
  35. CONFIG.SYS file:
  36.  
  37.      DEVICE=C:\CDROM.SYS [/D:name]
  38.  
  39. Note that the parameter /D:name is optional, and allows you to
  40. assign a different name to the driver.  The default name is
  41. "ALWAYSCD".  The name assigned is used later when loading MSCDEX
  42. to identify a driver to the MSCDEX utility.  After adding the
  43. above line, you must re-boot your system for the change to take
  44. affect.
  45.  
  46. When the driver is loaded by DOS, a message will be displayed,
  47. giving the driver name and version.  The number of CD-Rom drives
  48. found will then be displayed.  If the driver states that no
  49. drives have been found, verify the installation, and check that
  50. power to the drive is on.  After correcting the problem, re-boot
  51. the machine. The drive must be found at boot time and reported by
  52. the driver to be usable.
  53.  
  54. Once the system is running, and a DOS prompt is displayed, you
  55. must load the Microsft CD Extensions (MSCDEX).  At the DOS
  56. prompt, type the following line:
  57.  
  58.      MSCDEX /D:ALWAYSCD
  59.  
  60. If you changed the default driver name (using the /D:name option)
  61. in your CONFIG.SYS file, use the same name here, in place of
  62. "ALWAYSCD".
  63.  
  64. MSCDEX will display the drive letter(s) assigned to your ROM
  65. devices.  Use those letters as you would any other drive letter
  66. under DOS.  MSCDEX has a number of options for controlling data
  67. buffering, which will enhance performance.  See the MSCDEX
  68. documentation for more details.
  69.  
  70. HISTORY:  Date      Version   Comment
  71.  
  72.           920110    Beta 0.5  Some audio support for Chinon
  73.                               CDS-431
  74.  
  75.                               Fixed bug where drive was not seen
  76.                               in combination with certain other
  77.                               devices
  78.  
  79.           910916    Beta 0.4  Fixed hang problem when no IN-2000
  80.                               installed
  81.  
  82.                               Support for NEC CDR-35
  83.  
  84.           910910    Beta 0.3  Audio support for Sony CDU-541.     
  85.                               Chinon CDS-431
  86.